projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba21023
)
glib.supp: Suppress g_task -> thread leaks
author
Colin Walters
<walters@verbum.org>
Sun, 24 Jul 2016 19:26:11 +0000
(15:26 -0400)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Thu, 28 Jul 2016 10:10:17 +0000
(10:10 +0000)
There are variants of this, but right now because `GTask` has its
own pool which isn't necessarily cleaned up on exit, we need
to suppress all of this.
Closes: #410
Approved by: giuseppe
tests/glib.supp
patch
|
blob
|
history
diff --git
a/tests/glib.supp
b/tests/glib.supp
index f76596a06450ef19a47d0d439c2c1678e51e671f..7ac6ed872ee08a918602384430649202e62d9fa7 100644
(file)
--- a/
tests/glib.supp
+++ b/
tests/glib.supp
@@
-400,6
+400,14
@@
fun:g_thread_pool_push
fun:g_task_start_task_thread
}
+{
+ g_task_to_pool
+ Memcheck:Leak
+ ...
+ fun:g_thread_pool_start_thread
+ ...
+ fun:g_task_run_in_thread
+}
{
g_get_language_names
Memcheck:Leak